Package com.cisco.pt.ipc.sim.pdu
Interface BgpAttribMed
- All Superinterfaces:
BgpAttribute,IPCData,Pdu,Signal
- All Known Implementing Classes:
BgpAttribMedImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.BgpAttribute
getFlags, getLength, getType, setFlags, setLength, setTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getMetric
int getMetric()- Returns:
- int Returns a int
-
setMetric
void setMetric(int metric) - Parameters:
metric- Takes in a parameter of metric
-